home *** CD-ROM | disk | FTP | other *** search
-
- ;;; Maintenance script .. just start once a day
- ;;; preferable at night with a Cron util
-
-
- tron -m -a -x "Maintenance script started, system can be a little slower"
-
-
- ;;; Proces Mail
-
- ; tron:utils/tmp -u -b
- ; tron:utils/tmp -p
-
-
- ;;; Make Allfiles
-
- tron:utils/taf
-
- ;;; Things you tend to forget :)
-
- tron:utils/menu #?.src
-
- ;;; Make sure Logs don't grow to big
-
- TTrimLogs
-
- ;;; Delete mail of points and/or nodes who didn't poll for more than 14 days.
-
- KillOldMail 14
-
- ;;; Make a screen of Top Down/Uploaders
-
- topdl >tron:text/topdl.ansi
-
-
-
- tron -m -a -x "Maintenance script is Finished !"
-
-
-